home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0292.ZIP / INV.ARC / INDEX.PRG < prev    next >
Text File  |  1985-12-21  |  256b  |  10 lines

  1. *INDEX.PRG
  2.  
  3. CLEAR
  4. @ 5,34 SAY "I'm indexing"
  5. @ 7,34 say 'Please Wait'
  6. INDEX ON ITEM TO IND
  7. INDEX ON CATEGORY+ITEM TO INV
  8. RETURN
  9.  
  10.